lcShapeEnd Home

Finalizes adding entities into a shape. Must be called at the end of using lcShapeAddEnt functions.

 BOOL lcShapeEnd (
   HANDLE hShape
 );

Parameters
hShape
  Handle to a shape object.

Return Value

  If the function succeeds, the return value is nonzero (TRUE).

See Also

  lcShapeAddEnt,   Code sample